clearLCD
sop4618_SSourcesop4618_SclearLCD
Description Source Call Graph
Start Line: 228
void sop4618_S::clearLCD()
{
  puts("\e[1E");
  delay(50);
  cursorHome();
  flush();
}